VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / QuadrilateralWarpCommand Class / QuadrilateralWarpCommand Constructors / QuadrilateralWarpCommand Constructor(PointF[],ColorBase)
Синтаксис Требования Смотрите также
В этом разделе
    QuadrilateralWarpCommand Constructor(PointF[],ColorBase)
    В этом разделе
    Инициализирует новый экземпляр класса QuadrilateralWarpCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal destinationPoints
    Массив из четырех точек, определяющих четырехугольник.
    () As System.Drawing.PointF, _
    ByVal backColor
    Цвет фона изображения.
    As Vintasoft.Imaging.ImageColors.ColorBase _
    )
    public QuadrilateralWarpCommand(
    System.Drawing.PointF[] destinationPoints,
    Vintasoft.Imaging.ImageColors.ColorBase backColor
    )
    public: QuadrilateralWarpCommand(
    System.Drawing.PointF[]* destinationPoints,
    Vintasoft.Imaging.ImageColors.ColorBase* backColor
    )
    public:
    QuadrilateralWarpCommand(
    array<System.Drawing.PointF>^ destinationPoints,
    Vintasoft.Imaging.ImageColors.ColorBase^ backColor
    )

    Parameters

    destinationPoints
    Массив из четырех точек, определяющих четырехугольник.
    backColor
    Цвет фона изображения.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также